body {
    background: none !important;
}

#bodyui {
    background-image: url("https://i.imgur.com/6qrXVqp.png");
    width: 1000px;
    height: 1000px;
    left: 25%;
    position: absolute;
}

#container {
    width: 500px;
    height: 260px;
    top: 26.7%;
    color: black;
    left: 25%;
    position: absolute;
    background-color: rgb(180, 180, 180);
}

#bilmodell {
    font-size: 20px;
    font-family: Arial, Helvetica, sans-serif;
    left: 25%;
    color: black;
    background-color: rgb(255, 238, 0);
}

#felkoder {
    left: 25%;
    font-size: 23px;
    color: black;
    font-family: Arial, Helvetica, sans-serif;
    background-color: rgb(255, 0, 0);
}

#temperatur {
    left: 25%;
    width: 100%;
    font-size: 15px;
    margin-right: 10px;
    bottom: 0%;
    color: rgb(0, 0, 0);
    background-color: rgb(8, 248, 8);
    font-family: Arial, Helvetica, sans-serif;
}

#starta {
    background: transparent;
    border: none !important;
    width: 50px;
    height: 50px;
    left: 82.5%;
    position: absolute;
    top: 45%;
    outline:none;
}

#Progress {
    top: 20%;
    width: 100%;
    background-color: grey;
}
  
#Bar {
    width: 1%;
    height: 30px;
    background-color: rgb(20, 161, 255);
}